Georgi Gerganov 40cbf571c9 kv-cache : fix shift and defrag logic (#14081) 7 月之前
..
CMakeLists.txt 7f37b6cf1e memory : migrate from llama_kv_cache to more generic llama_memory (#14006) 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 0974ad7a7c llama : fix llama_model_chat_template with template name (LLM_KV with suffix) (#14050) 7 月之前
llama-arch.h 0974ad7a7c llama : fix llama_model_chat_template with template name (LLM_KV with suffix) (#14050) 7 月之前
llama-batch.cpp 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) 7 月之前
llama-batch.h 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) 7 月之前
llama-chat.cpp 3f96aeff39 llama : one-off chat template fix for Mistral-Small-2503 (#13398) 8 月之前
llama-chat.h 3f96aeff39 llama : one-off chat template fix for Mistral-Small-2503 (#13398) 8 月之前
llama-context.cpp 745aa5319b llama : deprecate llama_kv_self_ API (#14030) 7 月之前
llama-context.h 7f37b6cf1e memory : migrate from llama_kv_cache to more generic llama_memory (#14006) 7 月之前
llama-cparams.cpp de2ef53a4b kv-cache : rework kv_cell (#13706) 7 月之前
llama-cparams.h de2ef53a4b kv-cache : rework kv_cell (#13706) 7 月之前
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 201b31dc2e graph : fix geglu (#14077) 7 月之前
llama-graph.h 91a8ee6a6f add geglu activation function (#14074) 7 月之前
llama-hparams.cpp d13d0f6135 hparams : initialize arrays (#13728) 7 月之前
llama-hparams.h 6385b843a8 llama : add RobertaForSequenceClassification reranker support (#13875) 7 月之前
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-recurrent.cpp 745aa5319b llama : deprecate llama_kv_self_ API (#14030) 7 月之前
llama-kv-cache-recurrent.h 745aa5319b llama : deprecate llama_kv_self_ API (#14030) 7 月之前
llama-kv-cache-unified-iswa.cpp 745aa5319b llama : deprecate llama_kv_self_ API (#14030) 7 月之前
llama-kv-cache-unified-iswa.h 745aa5319b llama : deprecate llama_kv_self_ API (#14030) 7 月之前
llama-kv-cache-unified.cpp 40cbf571c9 kv-cache : fix shift and defrag logic (#14081) 7 月之前
llama-kv-cache-unified.h 745aa5319b llama : deprecate llama_kv_self_ API (#14030) 7 月之前
llama-kv-cells.h 40cbf571c9 kv-cache : fix shift and defrag logic (#14081) 7 月之前
llama-memory.cpp 3e63a58ef7 kv-cache : refactor the update/defrag mechanism (#13988) 7 月之前
llama-memory.h 745aa5319b llama : deprecate llama_kv_self_ API (#14030) 7 月之前
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 10d2af0eaa llama/ggml: add LLM training support (#10544) 8 月之前
llama-model-saver.h 10d2af0eaa llama/ggml: add LLM training support (#10544) 8 月之前
llama-model.cpp 0974ad7a7c llama : fix llama_model_chat_template with template name (LLM_KV with suffix) (#14050) 7 月之前
llama-model.h d17a809ef0 llama : support multiple classifier outputs and labels (#13940) 7 月之前
llama-quant.cpp e5c834f718 quantize : improve tensor-type pattern matching (#13033) 8 月之前
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 9f47fa5792 vocab : warn about missing mask token (#14022) 7 月之前
llama-vocab.h 10d2af0eaa llama/ggml: add LLM training support (#10544) 8 月之前
llama.cpp 5364ae4ba5 llama : print hint when loading a model when no backends are loaded (#13589) 8 月之前
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 68ff663a04 repo : update links to new url (#11886) 11 月之前
unicode.h 08ea539df2 unicode : improve naming style (#10838) 1 年之前