20230513-alt1

- Build master-bda4d7c (2023-05-13).
This commit is contained in:
Vitaly Chikunov 2023-05-14 01:18:50 +03:00
parent 05cfb56482
commit 06bafd0c2e

View file

@ -4,22 +4,22 @@
%set_verify_elf_method strict %set_verify_elf_method strict
Name: llama.cpp Name: llama.cpp
Version: 20230419 Version: 20230513
Release: alt1 Release: alt1
Summary: Inference of LLaMA model in pure C/C++ Summary: Inference of LLaMA model in pure C/C++
License: MIT License: MIT
Group: Sciences/Computer science Group: Sciences/Computer science
Url: https://github.com/ggerganov/llama.cpp Url: https://github.com/ggerganov/llama.cpp
ExclusiveArch: aarch64 x86_64 ExclusiveArch: aarch64 x86_64 %e2k
Source: %name-%version.tar Source: %name-%version.tar
AutoReqProv: nopython3 AutoReqProv: nopython3
Requires: python3 Requires: python3
Requires: python3(argparse) Requires: python3(argparse)
Requires: python3(glob) Requires: python3(glob)
Requires: python3(numpy)
Requires: python3(os) Requires: python3(os)
Requires: python3(pip)
Requires: python3(struct) Requires: python3(struct)
BuildRequires(pre): rpm-macros-cmake BuildRequires(pre): rpm-macros-cmake
@ -44,7 +44,7 @@ Note 2:
For example, LLaMA downloaded via public torrent link is 220 GB. For example, LLaMA downloaded via public torrent link is 220 GB.
Overall this is all raw and experimental. Overall this is all raw and experimental, no warranty, no support.
%prep %prep
%setup %setup
@ -83,5 +83,8 @@ install -p quantize %buildroot%_bindir/llama-quantize
%_datadir/%name %_datadir/%name
%changelog %changelog
* Sun May 14 2023 Vitaly Chikunov <vt@altlinux.org> 20230513-alt1
- Build master-bda4d7c (2023-05-13).
* Wed Apr 19 2023 Vitaly Chikunov <vt@altlinux.org> 20230419-alt1 * Wed Apr 19 2023 Vitaly Chikunov <vt@altlinux.org> 20230419-alt1
- Build master-6667401 (2023-04-19). - Build master-6667401 (2023-04-19).