Tags: ggml-org/LlamaBarn
Tags
Rename FitParams to MemProfile The struct, runner, cache, and on-disk cache directory are now named after what they hold (a per-model memory profile) rather than the tool that produces them today (llama-fit-params). Also drops the 'fit' prefix from CatalogEntry.fitResidentBytes, leaving residentBytes.
Suppress llama-server's automatic model discovery from HF cache b8609's router mode auto-scans the HF cache and lists every GGUF it finds, not just models in models.ini. This causes the web UI to show models that don't appear in the app's own UI.
Improve models folder settings row layout Show the path inline next to the label with truncation for long paths. Replace the text "Reset" button with a compact restore (↺) button that only appears when using a non-default directory. Both buttons use controlSize(.small) for a tighter fit.
PreviousNext