llama_cpp_for_radxa_dragon_.../src
Georgi Gerganov 40cbf571c9
kv-cache : fix shift and defrag logic (#14081)
* kv-cache : fix shift

ggml-ci

* cont : reset shift[i]

ggml-ci

* cont : fix defrag erasing cells that didn't move

ggml-ci
2025-06-09 23:04:35 +03:00
..
CMakeLists.txt memory : migrate from llama_kv_cache to more generic llama_memory (#14006) 2025-06-05 15:29:22 +03:00
llama-adapter.cpp
llama-adapter.h
llama-arch.cpp llama : fix llama_model_chat_template with template name (LLM_KV with suffix) (#14050) 2025-06-07 14:13:12 +02:00
llama-arch.h llama : fix llama_model_chat_template with template name (LLM_KV with suffix) (#14050) 2025-06-07 14:13:12 +02:00
llama-batch.cpp kv-cache : refactor + add llama_memory_state_i (#13746) 2025-05-31 10:24:04 +03:00
llama-batch.h kv-cache : refactor + add llama_memory_state_i (#13746) 2025-05-31 10:24:04 +03:00
llama-chat.cpp
llama-chat.h
llama-context.cpp llama : deprecate llama_kv_self_ API (#14030) 2025-06-06 14:11:15 +03:00
llama-context.h memory : migrate from llama_kv_cache to more generic llama_memory (#14006) 2025-06-05 15:29:22 +03:00
llama-cparams.cpp kv-cache : rework kv_cell (#13706) 2025-05-25 16:34:36 +03:00
llama-cparams.h kv-cache : rework kv_cell (#13706) 2025-05-25 16:34:36 +03:00
llama-grammar.cpp server: streaming of tool calls and thoughts when --jinja is on (#12379) 2025-05-25 01:48:08 +01:00
llama-grammar.h
llama-graph.cpp graph : fix geglu (#14077) 2025-06-09 17:17:31 +03:00
llama-graph.h add geglu activation function (#14074) 2025-06-09 05:15:31 +01:00
llama-hparams.cpp hparams : initialize arrays (#13728) 2025-05-23 20:16:13 +03:00
llama-hparams.h llama : add RobertaForSequenceClassification reranker support (#13875) 2025-05-29 08:15:01 +02:00
llama-impl.cpp
llama-impl.h
llama-io.cpp
llama-io.h
llama-kv-cache-recurrent.cpp llama : deprecate llama_kv_self_ API (#14030) 2025-06-06 14:11:15 +03:00
llama-kv-cache-recurrent.h llama : deprecate llama_kv_self_ API (#14030) 2025-06-06 14:11:15 +03:00
llama-kv-cache-unified-iswa.cpp llama : deprecate llama_kv_self_ API (#14030) 2025-06-06 14:11:15 +03:00
llama-kv-cache-unified-iswa.h llama : deprecate llama_kv_self_ API (#14030) 2025-06-06 14:11:15 +03:00
llama-kv-cache-unified.cpp kv-cache : fix shift and defrag logic (#14081) 2025-06-09 23:04:35 +03:00
llama-kv-cache-unified.h llama : deprecate llama_kv_self_ API (#14030) 2025-06-06 14:11:15 +03:00
llama-kv-cells.h kv-cache : fix shift and defrag logic (#14081) 2025-06-09 23:04:35 +03:00
llama-memory.cpp kv-cache : refactor the update/defrag mechanism (#13988) 2025-06-04 18:58:20 +03:00
llama-memory.h llama : deprecate llama_kv_self_ API (#14030) 2025-06-06 14:11:15 +03:00
llama-mmap.cpp llama : allow using mmap without PrefetchVirtualMemory, apply GGML_WIN_VER to llama.cpp sources (#14013) 2025-06-05 11:57:42 +02:00
llama-mmap.h
llama-model-loader.cpp llama : support multiple classifier outputs and labels (#13940) 2025-06-06 09:03:25 +02:00
llama-model-loader.h
llama-model-saver.cpp
llama-model-saver.h
llama-model.cpp llama : fix llama_model_chat_template with template name (LLM_KV with suffix) (#14050) 2025-06-07 14:13:12 +02:00
llama-model.h llama : support multiple classifier outputs and labels (#13940) 2025-06-06 09:03:25 +02:00
llama-quant.cpp
llama-quant.h
llama-sampling.cpp sampling : make sure samplers return at least 1 token (#13822) 2025-05-27 12:07:52 +03:00
llama-sampling.h
llama-vocab.cpp vocab : warn about missing mask token (#14022) 2025-06-05 09:29:18 +02:00
llama-vocab.h
llama.cpp
unicode-data.cpp
unicode-data.h
unicode.cpp
unicode.h