Sigbjørn Skjæret 5e1c3aed40 convert : fix nomic-bert-moe mask token (#13757) 8 달 전
..
CMakeLists.txt 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) 8 달 전
llama-adapter.cpp 27ebfcacba llama : do not crash if there is no CPU backend (#13395) 9 달 전
llama-adapter.h e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) 10 달 전
llama-arch.cpp e83ba3e460 llama : add support for jina-reranker-v2 (#13900) 8 달 전
llama-arch.h 6385b843a8 llama : add RobertaForSequenceClassification reranker support (#13875) 8 달 전
llama-batch.cpp 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) 8 달 전
llama-batch.h 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) 8 달 전
llama-chat.cpp 3f96aeff39 llama : one-off chat template fix for Mistral-Small-2503 (#13398) 9 달 전
llama-chat.h 3f96aeff39 llama : one-off chat template fix for Mistral-Small-2503 (#13398) 9 달 전
llama-context.cpp 803f8baf4f llama : deprecate explicit kv_self defrag/update calls (#13921) 8 달 전
llama-context.h 3f55f781f1 llama : auto-batch preparation (#13845) 8 달 전
llama-cparams.cpp de2ef53a4b kv-cache : rework kv_cell (#13706) 8 달 전
llama-cparams.h de2ef53a4b kv-cache : rework kv_cell (#13706) 8 달 전
llama-grammar.cpp f5cd27b71d `server`: streaming of tool calls and thoughts when `--jinja` is on (#12379) 8 달 전
llama-grammar.h 669912d9a5 `tool-call`: fix Qwen 2.5 Coder support, add micro benchmarks, support trigger patterns for lazy grammars (#12034) 11 달 전
llama-graph.cpp 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) 8 달 전
llama-graph.h 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) 8 달 전
llama-hparams.cpp d13d0f6135 hparams : initialize arrays (#13728) 8 달 전
llama-hparams.h 6385b843a8 llama : add RobertaForSequenceClassification reranker support (#13875) 8 달 전
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 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) 8 달 전
llama-kv-cache-recurrent.h 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) 8 달 전
llama-kv-cache-unified-iswa.cpp 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) 8 달 전
llama-kv-cache-unified-iswa.h 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) 8 달 전
llama-kv-cache-unified.cpp 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) 8 달 전
llama-kv-cache-unified.h 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) 8 달 전
llama-kv-cache.cpp 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) 8 달 전
llama-kv-cache.h 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) 8 달 전
llama-kv-cells.h 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) 8 달 전
llama-memory.cpp e0dbec0bc6 llama : refactor llama_context, llama_kv_cache, llm_build_context (#12181) 10 달 전
llama-memory.h 12d0188c0d kv-cache : refactor + add llama_memory_state_i (#13746) 8 달 전
llama-mmap.cpp c54f6b7988 mmap : skip resource limit checks on AIX (#12541) 10 달 전
llama-mmap.h 19b392d58d llama-mmap: fix missing include (#11796) 11 달 전
llama-model-loader.cpp c6a2c9e741 gguf : use ggml log system (#13571) 8 달 전
llama-model-loader.h e0e912f49b llama : add option to override model tensor buffers (#11397) 10 달 전
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 0fc16b42e8 kv-cache : split implementation in separate sources (#13920) 8 달 전
llama-model.h e298d2fbd0 kv-cache : add SWA support (#13194) 8 달 전
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) 8 달 전
llama-sampling.h afa8a9ec9b llama : add `llama_vocab`, functions -> methods, naming (#11110) 1 년 전
llama-vocab.cpp 5e1c3aed40 convert : fix nomic-bert-moe mask token (#13757) 8 달 전
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 년 전