mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/llama-cpp: bump to version b8117
Release notes: https://github.com/ggml-org/llama.cpp/releases
Merge BR2_PACKAGE_LLAMA_CPP_SERVER into BR2_PACKAGE_LLAMA_CPP_TOOLS, as
both of these options must be enabled to build tools like llama-cli and
llama-server. See upstream commit [1].
Since the Buildroot option BR2_PACKAGE_LLAMA_CPP_SERVER is removed, this
commit also removes it from support/testing/tests/package/test_aichat.py
which was using it.
[1] a180ba78c7
Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
[Julien:
- reindent options in .mk
- remove BR2_PACKAGE_LLAMA_CPP_SERVER in test_aichat.py
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
5e78c6cf33
commit
05c36d5d87
@@ -146,6 +146,15 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2026.05"
|
||||
|
||||
config BR2_PACKAGE_LLAMA_CPP_SERVER
|
||||
bool "llama-cpp option removed"
|
||||
select BR2_PACKAGE_LLAMA_CPP_TOOLS
|
||||
select BR2_LEGACY
|
||||
help
|
||||
Several tools (server, cli) now require building both
|
||||
tools and server, so enable both with the same config
|
||||
BR2_PACKAGE_LLAMA_CPP_TOOLS
|
||||
|
||||
config BR2_PACKAGE_PYTHON3_OSSAUDIODEV
|
||||
bool "python3 ossaudiodev module removed"
|
||||
select BR2_LEGACY
|
||||
|
||||
Reference in New Issue
Block a user