Georgi Gerganov d9c6ce46f7 kv-cache : support V-less cache (#19067) há 1 semana atrás
..
models d9c6ce46f7 kv-cache : support V-less cache (#19067) há 1 semana atrás
CMakeLists.txt ad8d85bd94 memory : add llama_memory_hybrid_iswa (#18601) há 1 semana atrás
llama-adapter.cpp a7e6ddb8bd lora: make sure model keep track of associated adapters (#18490) há 2 semanas atrás
llama-adapter.h a7e6ddb8bd lora: make sure model keep track of associated adapters (#18490) há 2 semanas atrás
llama-arch.cpp 60591f01d4 model : add EXAONE MoE (#18543) há 2 semanas atrás
llama-arch.h 60591f01d4 model : add EXAONE MoE (#18543) há 2 semanas atrás
llama-batch.cpp d9f8f60618 batch : fix sequence id ownership (#17915) há 1 mês atrás
llama-batch.h d9f8f60618 batch : fix sequence id ownership (#17915) há 1 mês atrás
llama-chat.cpp 60591f01d4 model : add EXAONE MoE (#18543) há 2 semanas atrás
llama-chat.h 60591f01d4 model : add EXAONE MoE (#18543) há 2 semanas atrás
llama-context.cpp d9c6ce46f7 kv-cache : support V-less cache (#19067) há 1 semana atrás
llama-context.h 39173bcacb context : reserve new scheduler when graph topology changes (#18547) há 2 semanas atrás
llama-cparams.cpp c311ac664d cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188) há 7 meses atrás
llama-cparams.h 39173bcacb context : reserve new scheduler when graph topology changes (#18547) há 2 semanas atrás
llama-grammar.cpp cef1d23c5a common/grammar : replace problematic backtracking regex `[\s\S]*` (#18342) há 1 mês atrás
llama-grammar.h cef1d23c5a common/grammar : replace problematic backtracking regex `[\s\S]*` (#18342) há 1 mês atrás
llama-graph.cpp d9c6ce46f7 kv-cache : support V-less cache (#19067) há 1 semana atrás
llama-graph.h d9c6ce46f7 kv-cache : support V-less cache (#19067) há 1 semana atrás
llama-hparams.cpp d9c6ce46f7 kv-cache : support V-less cache (#19067) há 1 semana atrás
llama-hparams.h d9c6ce46f7 kv-cache : support V-less cache (#19067) há 1 semana atrás
llama-impl.cpp b1f3a6e5db llama: automatically set parameters not set by the user in such a way that maximizes GPU utilization (#16653) há 1 mês atrás
llama-impl.h 37adc9c6ba ggml, llama : use defaulted constructors/destructors (#17649) há 2 meses atrás
llama-io.cpp e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) há 10 meses atrás
llama-io.h e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) há 10 meses atrás
llama-kv-cache-iswa.cpp 16bcc1259d kv-cache : pad the cache size to 256 for performance (#17046) há 2 meses atrás
llama-kv-cache-iswa.h e789095502 llama: print memory breakdown on exit (#15860) há 4 meses atrás
llama-kv-cache.cpp d9c6ce46f7 kv-cache : support V-less cache (#19067) há 1 semana atrás
llama-kv-cache.h 2fbde785bc kv-cache : optimize KQ mask construction (#18842) há 2 semanas atrás
llama-kv-cells.h e3af5563bd llama: store mrope data in KV cell (#16825) há 3 meses atrás
llama-memory-hybrid-iswa.cpp ad8d85bd94 memory : add llama_memory_hybrid_iswa (#18601) há 1 semana atrás
llama-memory-hybrid-iswa.h ad8d85bd94 memory : add llama_memory_hybrid_iswa (#18601) há 1 semana atrás
llama-memory-hybrid.cpp c560316440 graph : reuse SSM graphs (#16490) há 1 mês atrás
llama-memory-hybrid.h e789095502 llama: print memory breakdown on exit (#15860) há 4 meses atrás
llama-memory-recurrent.cpp 0c74f32632 memory: Hybrid context shift (#17009) há 2 meses atrás
llama-memory-recurrent.h 7a0e900e36 llama: consistent ctx <-> buf order for KV cache (#16746) há 3 meses atrás
llama-memory.cpp 745f11fed0 memory : correctly handle failure in apply() (#14438) há 7 meses atrás
llama-memory.h e789095502 llama: print memory breakdown on exit (#15860) há 4 meses atrás
llama-mmap.cpp 287a33017b llama : Extend fallback, fix fileno for dio file, exclude case that mmap uses dio file (#18887) há 2 semanas atrás
llama-mmap.h 2038101bd9 llama : add `use_direct_io` flag for model loading (#18166) há 3 semanas atrás
llama-model-loader.cpp 287a33017b llama : Extend fallback, fix fileno for dio file, exclude case that mmap uses dio file (#18887) há 2 semanas atrás
llama-model-loader.h 2038101bd9 llama : add `use_direct_io` flag for model loading (#18166) há 3 semanas atrás
llama-model-saver.cpp d9c6ce46f7 kv-cache : support V-less cache (#19067) há 1 semana atrás
llama-model-saver.h 10d2af0eaa llama/ggml: add LLM training support (#10544) há 8 meses atrás
llama-model.cpp d9c6ce46f7 kv-cache : support V-less cache (#19067) há 1 semana atrás
llama-model.h a7e6ddb8bd lora: make sure model keep track of associated adapters (#18490) há 2 semanas atrás
llama-quant.cpp 0e4ebeb057 quant : manual overrides of tensor types take precedence (#18952) há 1 semana atrás
llama-quant.h f66f582927 llama : refactor `src/llama.cpp` (#10902) há 1 ano atrás
llama-sampling.cpp 13f1e4a9ca llama : add adaptive-p sampler (#17927) há 2 semanas atrás
llama-sampling.h d3dce4e0a5 sampling : add support for backend sampling (#17004) há 4 semanas atrás
llama-vocab.cpp 6e36299b47 llama : print_info alignment fix (#18708) há 2 semanas atrás
llama-vocab.h 60591f01d4 model : add EXAONE MoE (#18543) há 2 semanas atrás
llama.cpp 24bc238303 llama: fix integer type consistency in split helpers (#18894) há 1 semana atrás
unicode-data.cpp 458367a906 server : better security control for public deployments (#9776) há 1 ano atrás
unicode-data.h a39ab216aa llama : reduce compile time and binary size (#9712) há 1 ano atrás
unicode.cpp ced765be44 model: support youtu-vl model (#18479) há 1 mês atrás
unicode.h 624207e676 devops: add s390x & ppc64le CI (#15925) há 4 meses atrás