stevenkuang 0f5ccd6fd1 model : add hunyuan dense (#14878) il y a 6 mois
..
CMakeLists.txt edc4a29eff memory : Hybrid recurrent cache (#13979) il y a 7 mois
llama-adapter.cpp 27ebfcacba llama : do not crash if there is no CPU backend (#13395) il y a 8 mois
llama-adapter.h e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) il y a 10 mois
llama-arch.cpp 0f5ccd6fd1 model : add hunyuan dense (#14878) il y a 6 mois
llama-arch.h 0f5ccd6fd1 model : add hunyuan dense (#14878) il y a 6 mois
llama-batch.cpp 00131d6eaf tests : update for LLAMA_SET_ROWS=1 (#14961) il y a 6 mois
llama-batch.h 01612b7409 llama : reuse compute graphs (#14482) il y a 6 mois
llama-chat.cpp 0f5ccd6fd1 model : add hunyuan dense (#14878) il y a 6 mois
llama-chat.h 0f5ccd6fd1 model : add hunyuan dense (#14878) il y a 6 mois
llama-context.cpp ba42794c9e graph : fix equal_seq() check (#14986) il y a 6 mois
llama-context.h ba42794c9e graph : fix equal_seq() check (#14986) il y a 6 mois
llama-cparams.cpp c311ac664d cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188) il y a 7 mois
llama-cparams.h 225e7a1438 llama : add high-throughput mode (#14363) il y a 6 mois
llama-grammar.cpp f5cd27b71d `server`: streaming of tool calls and thoughts when `--jinja` is on (#12379) il y a 8 mois
llama-grammar.h 669912d9a5 `tool-call`: fix Qwen 2.5 Coder support, add micro benchmarks, support trigger patterns for lazy grammars (#12034) il y a 11 mois
llama-graph.cpp c1dacaa99b llama : merge build_moe_ffn_from_probs function into build_moe_ffn (#14968) il y a 6 mois
llama-graph.h ba42794c9e graph : fix equal_seq() check (#14986) il y a 6 mois
llama-hparams.cpp 6c6e397aff model : add support for SmallThinker series (#14898) il y a 6 mois
llama-hparams.h 6c6e397aff model : add support for SmallThinker series (#14898) il y a 6 mois
llama-impl.cpp 53ff6b9b9f GGUF: C++ refactor, backend support, misc fixes (#11030) il y a 1 an
llama-impl.h fef0cbeadf cleanup: fix compile warnings associated with gnu_printf (#11811) il y a 11 mois
llama-io.cpp e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) il y a 10 mois
llama-io.h e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) il y a 10 mois
llama-kv-cache-unified-iswa.cpp 225e7a1438 llama : add high-throughput mode (#14363) il y a 6 mois
llama-kv-cache-unified-iswa.h 225e7a1438 llama : add high-throughput mode (#14363) il y a 6 mois
llama-kv-cache-unified.cpp d6fb3f6b49 kv-cache : fix k-shift for multiple streams (#14742) il y a 6 mois
llama-kv-cache-unified.h 01612b7409 llama : reuse compute graphs (#14482) il y a 6 mois
llama-kv-cells.h a70c8a0c4b kv-cache : use ggml_set_rows (#14285) il y a 7 mois
llama-memory-hybrid.cpp 496957e1cb llama : fix parameter order for hybrid memory initialization (#14725) il y a 6 mois
llama-memory-hybrid.h a70c8a0c4b kv-cache : use ggml_set_rows (#14285) il y a 7 mois
llama-memory-recurrent.cpp 7233358d29 memory : handle saving/loading null layers in recurrent memory (#14675) il y a 6 mois
llama-memory-recurrent.h 692e3cdd0a memory : rename interface to llama_memory_context_i (#14296) il y a 7 mois
llama-memory.cpp 745f11fed0 memory : correctly handle failure in apply() (#14438) il y a 7 mois
llama-memory.h 745f11fed0 memory : correctly handle failure in apply() (#14438) il y a 7 mois
llama-mmap.cpp 3a077146a4 llama : allow using mmap without PrefetchVirtualMemory, apply GGML_WIN_VER to llama.cpp sources (#14013) il y a 8 mois
llama-mmap.h 19b392d58d llama-mmap: fix missing include (#11796) il y a 11 mois
llama-model-loader.cpp d17a809ef0 llama : support multiple classifier outputs and labels (#13940) il y a 8 mois
llama-model-loader.h e0e912f49b llama : add option to override model tensor buffers (#11397) il y a 10 mois
llama-model-saver.cpp 88fc854b4b llama : improve sep token handling (#14272) il y a 7 mois
llama-model-saver.h 10d2af0eaa llama/ggml: add LLM training support (#10544) il y a 8 mois
llama-model.cpp 0f5ccd6fd1 model : add hunyuan dense (#14878) il y a 6 mois
llama-model.h cb887f1bc1 model: add Ernie 4.5 MoE support (#14658) il y a 6 mois
llama-quant.cpp daf2dd7880 quantize : skip tensor override when in fallback mode (#14995) il y a 6 mois
llama-quant.h f66f582927 llama : refactor `src/llama.cpp` (#10902) il y a 1 an
llama-sampling.cpp f9cd68398b sampling : make sure samplers return at least 1 token (#13822) il y a 8 mois
llama-sampling.h afa8a9ec9b llama : add `llama_vocab`, functions -> methods, naming (#11110) il y a 1 an
llama-vocab.cpp 0f5ccd6fd1 model : add hunyuan dense (#14878) il y a 6 mois
llama-vocab.h 0f5ccd6fd1 model : add hunyuan dense (#14878) il y a 6 mois
llama.cpp 6adc3c3ebc llama : add thread safety test (#14035) il y a 7 mois
unicode-data.cpp 458367a906 server : better security control for public deployments (#9776) il y a 1 an
unicode-data.h a39ab216aa llama : reduce compile time and binary size (#9712) il y a 1 an
unicode.cpp 4a4f426944 model : add Kimi-K2 support (#14654) il y a 6 mois
unicode.h 4a4f426944 model : add Kimi-K2 support (#14654) il y a 6 mois