mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-24 13:37:01 +02:00
Search results now request the fields the rows render (gguf, siblings, pipeline_tag, ...) via repeated expand params, so a search row shows the same badges as a catalog row. The catalog path fetches each repo's tree and derives a per-repo min/max size range (quants plus draft sidecars) through the models hub store, with search rows falling back to one lazy tree fetch per repo. Sizes from llama.app catalog size strings parse via HuggingFaceService.parseSizeBytes when sizeBytes is absent. Assisted-by: pi:GLM-5.3-Flash