Georgi Gerganov 00131d6eaf tests : update for LLAMA_SET_ROWS=1 (#14961) 5 月之前
..
CMakeLists.txt edc4a29eff memory : Hybrid recurrent cache (#13979) 7 月之前
llama-adapter.cpp 27ebfcacba llama : do not crash if there is no CPU backend (#13395) 8 月之前
llama-adapter.h e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) 10 月之前
llama-arch.cpp 6c6e397aff model : add support for SmallThinker series (#14898) 5 月之前
llama-arch.h 6c6e397aff model : add support for SmallThinker series (#14898) 5 月之前
llama-batch.cpp 00131d6eaf tests : update for LLAMA_SET_ROWS=1 (#14961) 5 月之前
llama-batch.h 01612b7409 llama : reuse compute graphs (#14482) 6 月之前
llama-chat.cpp 820de57d4f chat : fix kimi-k2 chat template (#14852) 5 月之前
llama-chat.h e0cb5c5cb8 model : add EXAONE 4.0 support (#14630) 6 月之前
llama-context.cpp ca0ef2dddb llama : clarify comment about pp and tg graphs [no ci] (#14895) 5 月之前
llama-context.h c1dbea752a context : restore preemptive sched reset when LLAMA_SET_ROWS=0 (#14870) 5 月之前
llama-cparams.cpp c311ac664d cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188) 7 月之前
llama-cparams.h 225e7a1438 llama : add high-throughput mode (#14363) 6 月之前
llama-grammar.cpp f5cd27b71d `server`: streaming of tool calls and thoughts when `--jinja` is on (#12379) 7 月之前
llama-grammar.h 669912d9a5 `tool-call`: fix Qwen 2.5 Coder support, add micro benchmarks, support trigger patterns for lazy grammars (#12034) 10 月之前
llama-graph.cpp a118d80233 embeddings: fix extraction of CLS pooling results (#14927) 5 月之前
llama-graph.h 1e15bfd42c graph : fix stack-use-after-return (#14960) 5 月之前
llama-hparams.cpp 6c6e397aff model : add support for SmallThinker series (#14898) 5 月之前
llama-hparams.h 6c6e397aff model : add support for SmallThinker series (#14898) 5 月之前
llama-impl.cpp 53ff6b9b9f GGUF: C++ refactor, backend support, misc fixes (#11030) 1 年之前
llama-impl.h fef0cbeadf cleanup: fix compile warnings associated with gnu_printf (#11811) 11 月之前
llama-io.cpp e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) 10 月之前
llama-io.h e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) 10 月之前
llama-kv-cache-unified-iswa.cpp 225e7a1438 llama : add high-throughput mode (#14363) 6 月之前
llama-kv-cache-unified-iswa.h 225e7a1438 llama : add high-throughput mode (#14363) 6 月之前
llama-kv-cache-unified.cpp d6fb3f6b49 kv-cache : fix k-shift for multiple streams (#14742) 6 月之前
llama-kv-cache-unified.h 01612b7409 llama : reuse compute graphs (#14482) 6 月之前
llama-kv-cells.h a70c8a0c4b kv-cache : use ggml_set_rows (#14285) 6 月之前
llama-memory-hybrid.cpp 496957e1cb llama : fix parameter order for hybrid memory initialization (#14725) 6 月之前
llama-memory-hybrid.h a70c8a0c4b kv-cache : use ggml_set_rows (#14285) 6 月之前
llama-memory-recurrent.cpp 7233358d29 memory : handle saving/loading null layers in recurrent memory (#14675) 6 月之前
llama-memory-recurrent.h 692e3cdd0a memory : rename interface to llama_memory_context_i (#14296) 7 月之前
llama-memory.cpp 745f11fed0 memory : correctly handle failure in apply() (#14438) 6 月之前
llama-memory.h 745f11fed0 memory : correctly handle failure in apply() (#14438) 6 月之前
llama-mmap.cpp 3a077146a4 llama : allow using mmap without PrefetchVirtualMemory, apply GGML_WIN_VER to llama.cpp sources (#14013) 7 月之前
llama-mmap.h 19b392d58d llama-mmap: fix missing include (#11796) 11 月之前
llama-model-loader.cpp d17a809ef0 llama : support multiple classifier outputs and labels (#13940) 7 月之前
llama-model-loader.h e0e912f49b llama : add option to override model tensor buffers (#11397) 9 月之前
llama-model-saver.cpp 88fc854b4b llama : improve sep token handling (#14272) 7 月之前
llama-model-saver.h 10d2af0eaa llama/ggml: add LLM training support (#10544) 8 月之前
llama-model.cpp 6c6e397aff model : add support for SmallThinker series (#14898) 5 月之前
llama-model.h cb887f1bc1 model: add Ernie 4.5 MoE support (#14658) 6 月之前
llama-quant.cpp 982e347255 quantize : fix minor logic flaw in --tensor-type (#14572) 6 月之前
llama-quant.h f66f582927 llama : refactor `src/llama.cpp` (#10902) 1 年之前
llama-sampling.cpp f9cd68398b sampling : make sure samplers return at least 1 token (#13822) 7 月之前
llama-sampling.h afa8a9ec9b llama : add `llama_vocab`, functions -> methods, naming (#11110) 1 年之前
llama-vocab.cpp e0cb5c5cb8 model : add EXAONE 4.0 support (#14630) 6 月之前
llama-vocab.h ab14019821 Support diffusion models: Add Dream 7B (#14644) 6 月之前
llama.cpp 6adc3c3ebc llama : add thread safety test (#14035) 7 月之前
unicode-data.cpp 458367a906 server : better security control for public deployments (#9776) 1 年之前
unicode-data.h a39ab216aa llama : reduce compile time and binary size (#9712) 1 年之前
unicode.cpp 4a4f426944 model : add Kimi-K2 support (#14654) 6 月之前
unicode.h 4a4f426944 model : add Kimi-K2 support (#14654) 6 月之前