1:5318-alt1

- Update to b5318 (2025-05-08).
- Enable Vulkan backend (for GPU) in llama.cpp-vulkan package.
This commit is contained in:
Vitaly Chikunov 2025-05-09 04:22:36 +03:00
parent 0bb9b9a949
commit 306d38a1dc

View file

@ -11,7 +11,7 @@
%def_with vulkan
Name: llama.cpp
Version: 4855
Version: 5318
Release: alt1
Epoch: 1
Summary: LLM inference in C/C++
@ -61,7 +61,7 @@ Supports CPU, GPU, and hybrid CPU+GPU inference.
Supported models:
LLaMA, LLaMA 2, Mistral 7B, Mixtral MoE, Falcon, Chinese LLaMA /
LLaMA models, Mistral 7B, Mixtral MoE, Falcon, Chinese LLaMA /
Alpaca and Chinese LLaMA-2 / Alpaca-2, Vigogne (French), Koala,
Baichuan 1 & 2 + derivations, Aquila 1 & 2, Starcoder models, Refact,
Persimmon 8B, MPT, Bloom, Yi models, StableLM models, Deepseek models,
@ -71,7 +71,7 @@ Supported models:
MoE, Smaug, Poro 34B, Bitnet b1.58 models, Flan T5, Open Elm models,
ChatGLM3-6b + ChatGLM4-9b + GLMEdge-1.5b + GLMEdge-4b, SmolLM,
EXAONE-3.0-7.8B-Instruct, FalconMamba Models, Jais, Bielik-11B-v2.3,
RWKV-6, QRWKV-6, GigaChat-20B-A3B
RWKV-6, QRWKV-6, GigaChat-20B-A3B, Trillion-7B-preview, Ling models
Multimodal models:
@ -251,6 +251,10 @@ llama-cli -m %_datadir/tinyllamas/stories260K.gguf -p "Once upon a time" -s 55 -
%endif
%changelog
* Fri May 09 2025 Vitaly Chikunov <vt@altlinux.org> 1:5318-alt1
- Update to b5318 (2025-05-08).
- Enable Vulkan backend (for GPU) in llama.cpp-vulkan package.
* Mon Mar 10 2025 Vitaly Chikunov <vt@altlinux.org> 1:4855-alt1
- Update to b4855 (2025-03-07).
- Enable CUDA backend (for NVIDIA GPU) in llama.cpp-cuda package.