| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-03 | 517 Bytes | |
| v0.5.15 source code.tar.gz | 2026-07-03 | 1.1 MB | |
| v0.5.15 source code.zip | 2026-07-03 | 1.2 MB | |
| Totals: 3 Items | 2.3 MB | 1 | |
v0.5.15
- Resolves ranked GGUF recommendations to the actual downloadable artifact repo and filename when the ranked base model and runnable GGUF live in different Hugging Face repos.
- Retunes AA index normalization and refreshes the fallback snapshot for the reworked Artificial Analysis scale.
- Validates ranking flags such as
--top,--min-speed, and--min-paramsbefore ranking. - Splits the Hugging Face fetcher into focused modules while keeping the existing
whichllm.models.fetcherimport surface.