sci-misc/llama-cpp: support OpenBLAS or BLIS backends

A significant speed up in some workflows when running on a CPU

Signed-off-by: Alexey Korepanov <kaikaikai@yandex.ru>
This commit is contained in:
Alexey Korepanov
2025-02-09 11:51:53 +00:00
parent 72c1099b87
commit a48cf7afbb
4 changed files with 64 additions and 6 deletions

View File

@@ -4,6 +4,10 @@
<upstream>
<remote-id type="github">ggerganov/llama.cpp</remote-id>
</upstream>
<use>
<flag name="blis">Build a BLIS backend</flag>
<flag name="openblas">Build an OpenBLAS backend</flag>
</use>
<maintainer type="person">
<email>zl29ah@gmail.com</email>
<name>Sergey Alirzaev</name>