| .. |
|
CMakeLists.txt
|
memory : Hybrid recurrent cache (#13979)
|
2025-06-19 08:08:14 +03:00 |
|
llama-adapter.cpp
|
…
|
|
|
llama-adapter.h
|
…
|
|
|
llama-arch.cpp
|
working on support, now working on building graph
|
2025-08-25 16:15:40 -04:00 |
|
llama-arch.h
|
constants and tensor mappings for modern bert support, model not supported yet but working on getting conversion to work for encoder only
|
2025-08-21 12:38:04 -04:00 |
|
llama-batch.cpp
|
tests : update for LLAMA_SET_ROWS=1 (#14961)
|
2025-07-30 15:12:02 +03:00 |
|
llama-batch.h
|
llama : reuse compute graphs (#14482)
|
2025-07-17 19:08:33 +03:00 |
|
llama-chat.cpp
|
chat : fix yandex chat template (#15116)
|
2025-08-06 13:26:49 +02:00 |
|
llama-chat.h
|
llama : add gpt-oss (#15091)
|
2025-08-05 22:10:36 +03:00 |
|
llama-context.cpp
|
context : fix index overflow on huge outputs (#15080)
|
2025-08-05 11:27:45 +02:00 |
|
llama-context.h
|
llama : enable LLAMA_SET_ROWS=1 by default (#14959)
|
2025-08-02 17:14:21 +03: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
|
llama : add high-throughput mode (#14363)
|
2025-07-16 16:35:42 +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
|
ubatch issues, the assert for checking equal seqs in llama-graph.cpp when building attention keeps failing, setting ubatch size to 1 when running llama-embedding with --ubatch-size 1 makes it work, but needs to be looked into more
|
2025-08-28 12:59:42 -04:00 |
|
llama-graph.h
|
llama : add gpt-oss (#15091)
|
2025-08-05 22:10:36 +03:00 |
|
llama-hparams.cpp
|
model : add support for SmallThinker series (#14898)
|
2025-07-28 13:47:00 +02:00 |
|
llama-hparams.h
|
llama : add gpt-oss (#15091)
|
2025-08-05 22:10:36 +03:00 |
|
llama-impl.cpp
|
…
|
|
|
llama-impl.h
|
…
|
|
|
llama-io.cpp
|
…
|
|
|
llama-io.h
|
…
|
|
|
llama-kv-cache-unified-iswa.cpp
|
llama : add high-throughput mode (#14363)
|
2025-07-16 16:35:42 +03:00 |
|
llama-kv-cache-unified-iswa.h
|
llama : add high-throughput mode (#14363)
|
2025-07-16 16:35:42 +03:00 |
|
llama-kv-cache-unified.cpp
|
model: support GLM 4.5 family of models (#14939)
|
2025-08-04 20:29:25 +02:00 |
|
llama-kv-cache-unified.h
|
llama : enable LLAMA_SET_ROWS=1 by default (#14959)
|
2025-08-02 17:14:21 +03:00 |
|
llama-kv-cells.h
|
kv-cache : use ggml_set_rows (#14285)
|
2025-07-03 10:53:35 +03:00 |
|
llama-memory-hybrid.cpp
|
memory : handle kv_unified for hybrid models (#15050)
|
2025-08-03 21:43:07 +02:00 |
|
llama-memory-hybrid.h
|
memory : handle kv_unified for hybrid models (#15050)
|
2025-08-03 21:43:07 +02:00 |
|
llama-memory-recurrent.cpp
|
memory : handle saving/loading null layers in recurrent memory (#14675)
|
2025-07-23 11:16:41 +03:00 |
|
llama-memory-recurrent.h
|
memory : rename interface to llama_memory_context_i (#14296)
|
2025-06-21 08:03:46 +03:00 |
|
llama-memory.cpp
|
memory : correctly handle failure in apply() (#14438)
|
2025-06-30 18:03:03 +03:00 |
|
llama-memory.h
|
memory : correctly handle failure in apply() (#14438)
|
2025-06-30 18:03:03 +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 : add gpt-oss (#15091)
|
2025-08-05 22:10:36 +03:00 |
|
llama-model-loader.h
|
model: support GLM 4.5 family of models (#14939)
|
2025-08-04 20:29:25 +02:00 |
|
llama-model-saver.cpp
|
llama : improve sep token handling (#14272)
|
2025-06-20 14:04:09 +02:00 |
|
llama-model-saver.h
|
…
|
|
|
llama-model.cpp
|
ubatch issues, the assert for checking equal seqs in llama-graph.cpp when building attention keeps failing, setting ubatch size to 1 when running llama-embedding with --ubatch-size 1 makes it work, but needs to be looked into more
|
2025-08-28 12:59:42 -04:00 |
|
llama-model.h
|
working on support, now working on building graph
|
2025-08-25 16:15:40 -04:00 |
|
llama-quant.cpp
|
convert : support non-mxfp4 HF model (#15153)
|
2025-08-07 23:26:03 +02:00 |
|
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
|
more cleanup
|
2025-08-28 12:47:10 -04:00 |
|
llama-vocab.h
|
model : add hunyuan dense (#14878)
|
2025-08-01 15:31:12 +02:00 |
|
llama.cpp
|
more cleanup
|
2025-08-28 12:47:10 -04:00 |
|
unicode-data.cpp
|
…
|
|
|
unicode-data.h
|
…
|
|
|
unicode.cpp
|
model : add Kimi-K2 support (#14654)
|
2025-07-15 21:54:22 +02:00 |
|
unicode.h
|
model : add Kimi-K2 support (#14654)
|
2025-07-15 21:54:22 +02:00 |