Commits
Branch selector
User selector
Commit History
Commits on Mar 22, 2026
fix(types): correct `llama_set_adapters_lora` LoRA adapter ctypes signature and use pointer for scales
Show description for e42cf39committedrefactor: remove legacy static LoRA initialization
Show description for 87157f3committed- committed
Commits on Mar 20, 2026
chore: enhance hybrid cache logging and document M-RoPE token usage
Show description for d2318a4committed- committed
Commits on Mar 18, 2026
Update Submodule vendor/llama.cpp d23355a..312cf03
Show description for ed5e212committed
Commits on Mar 15, 2026
feat(core): add verbose debug logging to longest_token_prefix fast paths
Show description for 90d46dccommittedUpdate MIT license copyright to collective authorship (2023-2026)
Show description for 35957bdcommitted- committed
Bump version to 0.3.33
Show description for 6bbc8d2committed
Commits on Mar 14, 2026
- committed
perf(mtmd): optimize media_id masking with bitwise AND
Show description for bd0b069committedfix(mtmd): prevent multimodal image freeze by injecting deterministic media IDs
Show description for dd111ebcommitted- committed
Commits on Mar 13, 2026
- committed
- committed
fix(Llama.generate): add explicit fallback context reset and expand `Llama.generate` docstrings
Show description for 6f81466committed
Commits on Mar 12, 2026
docs(README.md): add sampling parameter guide and strategic project tips to README
Show description for d422e82committedfix(sampling): prevent memory drift and hallucinations in logits view
Show description for aa38850committed- committed
Commits on Mar 11, 2026
- committed
- committed
- committed
- committed
- committed
Commits on Mar 10, 2026
perf(cache): optimize LlamaDiskCache I/O and fix LRU behavior
Show description for a36e8d2committed- committed
- committed
perf(cache): upgrade `LlamaRAMCache` to O(1) eviction and set `LlamaTrieCache` as default
Show description for 5c8e056committed- committed
Commits on Mar 9, 2026
fix(core): disable swa_full for non-SWA models (sync llama.cpp upstream #20291)
Show description for 9acc507committed- committed
fix(chat_format): fix namespace and variable shadowing of llama modules
Show description for 7efcb2bcommittedfix(cache): fix namespace shadowing to prevent AttributeError
Show description for 5e285fecommitted- committed