Gabe Goodhart 0aedae00e6 model : Granite Four (#13550) 6 months ago
..
CMakeLists.txt edc4a29eff memory : Hybrid recurrent cache (#13979) 7 months ago
llama-adapter.cpp 27ebfcacba llama : do not crash if there is no CPU backend (#13395) 8 months ago
llama-adapter.h e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) 10 months ago
llama-arch.cpp 0aedae00e6 model : Granite Four (#13550) 6 months ago
llama-arch.h 0aedae00e6 model : Granite Four (#13550) 6 months ago
llama-batch.cpp 67d1ef23c6 batch : add optional for sequential equal split (#14511) 6 months ago
llama-batch.h 67d1ef23c6 batch : add optional for sequential equal split (#14511) 6 months ago
llama-chat.cpp 699f4392a3 model : fix hunyuan moe chat template (#14584) 6 months ago
llama-chat.h 8f22dc0a53 model : add hunyuan moe (#14425) 6 months ago
llama-context.cpp 7b50d589a8 kv-cells : fix tracking of seq_pos (#14339) 6 months ago
llama-context.h 692e3cdd0a memory : rename interface to llama_memory_context_i (#14296) 7 months ago
llama-cparams.cpp c311ac664d cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188) 7 months ago
llama-cparams.h c311ac664d cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188) 7 months ago
llama-grammar.cpp f5cd27b71d `server`: streaming of tool calls and thoughts when `--jinja` is on (#12379) 7 months ago
llama-grammar.h 669912d9a5 `tool-call`: fix Qwen 2.5 Coder support, add micro benchmarks, support trigger patterns for lazy grammars (#12034) 10 months ago
llama-graph.cpp cb9178f885 llama : remove llm_graph_input_one (#14603) 6 months ago
llama-graph.h cb9178f885 llama : remove llm_graph_input_one (#14603) 6 months ago
llama-hparams.cpp 5d46babdc2 llama : initial Mamba-2 support (#9126) 6 months ago
llama-hparams.h 5d46babdc2 llama : initial Mamba-2 support (#9126) 6 months ago
llama-impl.cpp 53ff6b9b9f GGUF: C++ refactor, backend support, misc fixes (#11030) 1 year ago
llama-impl.h fef0cbeadf cleanup: fix compile warnings associated with gnu_printf (#11811) 11 months ago
llama-io.cpp e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) 10 months ago
llama-io.h e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) 10 months ago
llama-kv-cache-unified-iswa.cpp 67d1ef23c6 batch : add optional for sequential equal split (#14511) 6 months ago
llama-kv-cache-unified-iswa.h a70c8a0c4b kv-cache : use ggml_set_rows (#14285) 6 months ago
llama-kv-cache-unified.cpp c79184d2d1 batch : add n_used count (#14512) 6 months ago
llama-kv-cache-unified.h a70c8a0c4b kv-cache : use ggml_set_rows (#14285) 6 months ago
llama-kv-cells.h a70c8a0c4b kv-cache : use ggml_set_rows (#14285) 6 months ago
llama-memory-hybrid.cpp 67d1ef23c6 batch : add optional for sequential equal split (#14511) 6 months ago
llama-memory-hybrid.h a70c8a0c4b kv-cache : use ggml_set_rows (#14285) 6 months ago
llama-memory-recurrent.cpp 4a5686da22 llama : support Jamba hybrid Transformer-Mamba models (#7531) 6 months ago
llama-memory-recurrent.h 692e3cdd0a memory : rename interface to llama_memory_context_i (#14296) 7 months ago
llama-memory.cpp 745f11fed0 memory : correctly handle failure in apply() (#14438) 6 months ago
llama-memory.h 745f11fed0 memory : correctly handle failure in apply() (#14438) 6 months ago
llama-mmap.cpp 3a077146a4 llama : allow using mmap without PrefetchVirtualMemory, apply GGML_WIN_VER to llama.cpp sources (#14013) 7 months ago
llama-mmap.h 19b392d58d llama-mmap: fix missing include (#11796) 11 months ago
llama-model-loader.cpp d17a809ef0 llama : support multiple classifier outputs and labels (#13940) 7 months ago
llama-model-loader.h e0e912f49b llama : add option to override model tensor buffers (#11397) 9 months ago
llama-model-saver.cpp 88fc854b4b llama : improve sep token handling (#14272) 7 months ago
llama-model-saver.h 10d2af0eaa llama/ggml: add LLM training support (#10544) 8 months ago
llama-model.cpp 0aedae00e6 model : Granite Four (#13550) 6 months ago
llama-model.h 4bb625b713 Smoldocling support (#14597) 6 months ago
llama-quant.cpp 8846aace49 model : gemma3n text-only (#14400) 6 months ago
llama-quant.h f66f582927 llama : refactor `src/llama.cpp` (#10902) 1 year ago
llama-sampling.cpp f9cd68398b sampling : make sure samplers return at least 1 token (#13822) 7 months ago
llama-sampling.h afa8a9ec9b llama : add `llama_vocab`, functions -> methods, naming (#11110) 1 year ago
llama-vocab.cpp 4bb625b713 Smoldocling support (#14597) 6 months ago
llama-vocab.h 88fc854b4b llama : improve sep token handling (#14272) 7 months ago
llama.cpp 6adc3c3ebc llama : add thread safety test (#14035) 7 months ago
unicode-data.cpp 458367a906 server : better security control for public deployments (#9776) 1 year ago
unicode-data.h a39ab216aa llama : reduce compile time and binary size (#9712) 1 year ago
unicode.cpp 456af35eb7 build : suppress gcc15 compile warnings (#14261) 7 months ago
unicode.h 08ea539df2 unicode : improve naming style (#10838) 1 year ago