llama_cpp_for_radxa_dragon_.../src
ddh0 6e36299b47
llama : print_info alignment fix (#18708)
* fix text spacing in print_info

* align all
2026-01-14 00:05:11 +01:00
..
models model : add EXAONE MoE (#18543) 2026-01-13 23:28:38 +01:00
CMakeLists.txt model : add EXAONE MoE (#18543) 2026-01-13 23:28:38 +01:00
llama-adapter.cpp lora: count lora nodes in graph_max_nodes (#18469) 2025-12-30 15:53:12 +01:00
llama-adapter.h lora: count lora nodes in graph_max_nodes (#18469) 2025-12-30 15:53:12 +01:00
llama-arch.cpp model : add EXAONE MoE (#18543) 2026-01-13 23:28:38 +01:00
llama-arch.h model : add EXAONE MoE (#18543) 2026-01-13 23:28:38 +01:00
llama-batch.cpp batch : fix sequence id ownership (#17915) 2025-12-11 14:29:47 +02:00
llama-batch.h batch : fix sequence id ownership (#17915) 2025-12-11 14:29:47 +02:00
llama-chat.cpp model : add EXAONE MoE (#18543) 2026-01-13 23:28:38 +01:00
llama-chat.h model : add EXAONE MoE (#18543) 2026-01-13 23:28:38 +01:00
llama-context.cpp model : add LFM2-ColBert-350M (#18607) 2026-01-05 19:52:56 +01:00
llama-context.h sampling : add support for backend sampling (#17004) 2026-01-04 22:22:16 +02:00
llama-cparams.cpp cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188) 2025-06-15 10:08:58 +03:00
llama-cparams.h server : support unified cache across slots (#16736) 2025-11-02 18:14:04 +02:00
llama-grammar.cpp common/grammar : replace problematic backtracking regex [\s\S]* (#18342) 2026-01-03 16:02:43 -06:00
llama-grammar.h common/grammar : replace problematic backtracking regex [\s\S]* (#18342) 2026-01-03 16:02:43 -06:00
llama-graph.cpp graph : clean up t5 input builders (#18795) 2026-01-13 09:43:51 +01:00
llama-graph.h sampling : add support for backend sampling (#17004) 2026-01-04 22:22:16 +02:00
llama-hparams.cpp model : add LFM2-ColBert-350M (#18607) 2026-01-05 19:52:56 +01:00
llama-hparams.h model : add LFM2-ColBert-350M (#18607) 2026-01-05 19:52:56 +01:00
llama-impl.cpp llama: automatically set parameters not set by the user in such a way that maximizes GPU utilization (#16653) 2025-12-15 09:24:59 +01:00
llama-impl.h ggml, llama : use defaulted constructors/destructors (#17649) 2025-12-03 07:12:18 +01:00
llama-io.cpp
llama-io.h
llama-kv-cache-iswa.cpp kv-cache : pad the cache size to 256 for performance (#17046) 2025-11-07 20:03:25 +02:00
llama-kv-cache-iswa.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-kv-cache.cpp kv-cache: Fix state restore fragmented cache (#17982) 2025-12-15 19:28:35 +02:00
llama-kv-cache.h llama : fix typo in comment in llama-kv-cache.h [no ci] (#18489) 2025-12-30 17:20:14 +01:00
llama-kv-cells.h llama: store mrope data in KV cell (#16825) 2025-10-29 18:09:18 +01:00
llama-memory-hybrid.cpp graph : reuse SSM graphs (#16490) 2025-12-16 09:36:21 +02:00
llama-memory-hybrid.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-memory-recurrent.cpp memory: Hybrid context shift (#17009) 2025-11-10 17:14:23 +02:00
llama-memory-recurrent.h llama: consistent ctx <-> buf order for KV cache (#16746) 2025-10-28 11:23:54 +01:00
llama-memory.cpp memory : correctly handle failure in apply() (#14438) 2025-06-30 18:03:03 +03:00
llama-memory.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-mmap.cpp llama-mmap: fix direct-io loading fallback EOF exception (#18801) 2026-01-13 15:57:07 +01:00
llama-mmap.h llama : add use_direct_io flag for model loading (#18166) 2026-01-08 08:35:30 +02:00
llama-model-loader.cpp llama : add use_direct_io flag for model loading (#18166) 2026-01-08 08:35:30 +02:00
llama-model-loader.h llama : add use_direct_io flag for model loading (#18166) 2026-01-08 08:35:30 +02:00
llama-model-saver.cpp model : add LFM2-ColBert-350M (#18607) 2026-01-05 19:52:56 +01:00
llama-model-saver.h
llama-model.cpp llama : print_info alignment fix (#18708) 2026-01-14 00:05:11 +01:00
llama-model.h model: add Solar Open model (#18511) 2026-01-01 18:01:43 +01:00
llama-quant.cpp llama : add use_direct_io flag for model loading (#18166) 2026-01-08 08:35:30 +02:00
llama-quant.h
llama-sampling.cpp server : use different seeds for child completions (#18700) 2026-01-09 09:33:50 +02:00
llama-sampling.h sampling : add support for backend sampling (#17004) 2026-01-04 22:22:16 +02:00
llama-vocab.cpp llama : print_info alignment fix (#18708) 2026-01-14 00:05:11 +01:00
llama-vocab.h model : add EXAONE MoE (#18543) 2026-01-13 23:28:38 +01:00
llama.cpp llama: use host memory if device reports 0 memory (#18587) 2026-01-09 05:34:56 +08:00
unicode-data.cpp
unicode-data.h
unicode.cpp model: support youtu-vl model (#18479) 2026-01-01 19:25:54 +01:00
unicode.h devops: add s390x & ppc64le CI (#15925) 2025-09-27 02:03:33 +08:00