llama_cpp_for_radxa_dragon_.../examples
Daniel Bevenius 4150da9a95
examples : add --kv-unified to batched example (#18774)
This commit adds the --kv-unified flag to the batched example. This flag
is currently specified in the README.md as required, but is currently
not available as a command line option for the batched example.

The motivation for this is that specifying this flag as the README
instructs, will lead to an error about the flag not being recognized,
and without this option the example fail with the following error:
```console
split_equal: sequential split is not supported when there are coupled
sequences in the input batch (you may need to use the -kvu flag)
decode: failed to find a memory slot for batch of size 4
main: llama_decode() failed
```
2026-01-12 13:47:58 +01:00
..
batched examples : add --kv-unified to batched example (#18774) 2026-01-12 13:47:58 +01:00
batched.swift
convert-llama2c-to-ggml
debug debug : include LLAMA_POOLING_TYPE_UNSPECIFIED in pooling check (#18692) 2026-01-11 16:34:41 +01:00
deprecation-warning
diffusion llama : add use_direct_io flag for model loading (#18166) 2026-01-08 08:35:30 +02:00
embedding model : add LFM2-ColBert-350M (#18607) 2026-01-05 19:52:56 +01:00
eval-callback
gen-docs gen-docs: automatically update markdown file (#18294) 2025-12-22 19:30:19 +01:00
gguf
gguf-hash
idle
llama.android android: routine maintenance - Dec 2025 (#18338) 2025-12-29 15:51:13 +02:00
llama.swiftui
lookahead
lookup
model-conversion model-conversion : add warn about transformers mismatch (#18691) 2026-01-08 09:29:53 +01:00
parallel
passkey
retrieval model : add LFM2-ColBert-350M (#18607) 2026-01-05 19:52:56 +01:00
save-load-state
simple
simple-chat
simple-cmake-pkg
speculative
speculative-simple
sycl [SYCL] replace llama-cli by llama-completion to rm the impact to test script (#18290) 2025-12-23 12:59:12 +08:00
training
CMakeLists.txt examples : add debug utility/example (#18464) 2026-01-07 10:42:19 +01:00
convert_legacy_llama.py
json_schema_pydantic_example.py
json_schema_to_grammar.py
llama.vim
pydantic_models_to_grammar.py
pydantic_models_to_grammar_examples.py
reason-act.sh
regex_to_grammar.py
server-llama2-13B.sh
server_embd.py
ts-type-to-grammar.sh