Sigbjørn Skjæret 5e1c3aed40 convert : fix nomic-bert-moe mask token (#13757) hace 7 meses
..
CMakeLists.txt 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) hace 7 meses
llama-adapter.cpp 27ebfcacba llama : do not crash if there is no CPU backend (#13395) hace 8 meses
llama-adapter.h e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) hace 10 meses
llama-arch.cpp e83ba3e460 llama : add support for jina-reranker-v2 (#13900) hace 7 meses
llama-arch.h 6385b843a8 llama : add RobertaForSequenceClassification reranker support (#13875) hace 7 meses
llama-batch.cpp 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) hace 7 meses
llama-batch.h 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) hace 7 meses
llama-chat.cpp 3f96aeff39 llama : one-off chat template fix for Mistral-Small-2503 (#13398) hace 8 meses
llama-chat.h 3f96aeff39 llama : one-off chat template fix for Mistral-Small-2503 (#13398) hace 8 meses
llama-context.cpp 803f8baf4f llama : deprecate explicit kv_self defrag/update calls (#13921) hace 7 meses
llama-context.h 3f55f781f1 llama : auto-batch preparation (#13845) hace 7 meses
llama-cparams.cpp de2ef53a4b kv-cache : rework kv_cell (#13706) hace 7 meses
llama-cparams.h de2ef53a4b kv-cache : rework kv_cell (#13706) hace 7 meses
llama-grammar.cpp f5cd27b71d `server`: streaming of tool calls and thoughts when `--jinja` is on (#12379) hace 7 meses
llama-grammar.h 669912d9a5 `tool-call`: fix Qwen 2.5 Coder support, add micro benchmarks, support trigger patterns for lazy grammars (#12034) hace 10 meses
llama-graph.cpp 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) hace 7 meses
llama-graph.h 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) hace 7 meses
llama-hparams.cpp d13d0f6135 hparams : initialize arrays (#13728) hace 7 meses
llama-hparams.h 6385b843a8 llama : add RobertaForSequenceClassification reranker support (#13875) hace 7 meses
llama-impl.cpp 53ff6b9b9f GGUF: C++ refactor, backend support, misc fixes (#11030) hace 1 año
llama-impl.h fef0cbeadf cleanup: fix compile warnings associated with gnu_printf (#11811) hace 11 meses
llama-io.cpp e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) hace 10 meses
llama-io.h e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) hace 10 meses
llama-kv-cache-recurrent.cpp 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) hace 7 meses
llama-kv-cache-recurrent.h 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) hace 7 meses
llama-kv-cache-unified-iswa.cpp 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) hace 7 meses
llama-kv-cache-unified-iswa.h 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) hace 7 meses
llama-kv-cache-unified.cpp 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) hace 7 meses
llama-kv-cache-unified.h 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) hace 7 meses
llama-kv-cache.cpp 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) hace 7 meses
llama-kv-cache.h 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) hace 7 meses
llama-kv-cells.h 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) hace 7 meses
llama-memory.cpp e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) hace 10 meses
llama-memory.h 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) hace 7 meses
llama-mmap.cpp c54f6b7988 mmap : skip resource limit checks on AIX (#12541) hace 9 meses
llama-mmap.h 19b392d58d llama-mmap: fix missing include (#11796) hace 11 meses
llama-model-loader.cpp c6a2c9e741 gguf : use ggml log system (#13571) hace 8 meses
llama-model-loader.h e0e912f49b llama : add option to override model tensor buffers (#11397) hace 9 meses
llama-model-saver.cpp 10d2af0eaa llama/ggml: add LLM training support (#10544) hace 8 meses
llama-model-saver.h 10d2af0eaa llama/ggml: add LLM training support (#10544) hace 8 meses
llama-model.cpp 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) hace 7 meses
llama-model.h e298d2fbd0 kv-cache : add SWA support (#13194) hace 8 meses
llama-quant.cpp e5c834f718 quantize : improve tensor-type pattern matching (#13033) hace 8 meses
llama-quant.h f66f582927 llama : refactor `src/llama.cpp` (#10902) hace 1 año
llama-sampling.cpp f9cd68398b sampling : make sure samplers return at least 1 token (#13822) hace 7 meses
llama-sampling.h afa8a9ec9b llama : add `llama_vocab`, functions -> methods, naming (#11110) hace 1 año
llama-vocab.cpp 5e1c3aed40 convert : fix nomic-bert-moe mask token (#13757) hace 7 meses
llama-vocab.h 10d2af0eaa llama/ggml: add LLM training support (#10544) hace 8 meses
llama.cpp 5364ae4ba5 llama : print hint when loading a model when no backends are loaded (#13589) hace 8 meses
unicode-data.cpp 458367a906 server : better security control for public deployments (#9776) hace 1 año
unicode-data.h a39ab216aa llama : reduce compile time and binary size (#9712) hace 1 año
unicode.cpp 68ff663a04 repo : update links to new url (#11886) hace 11 meses
unicode.h 08ea539df2 unicode : improve naming style (#10838) hace 1 año