Commit graph

4 commits

Author SHA1 Message Date
Alex Jones
cf64a5b415 chore: remove duplicated root data/ copies of catalog and benchmark cache
data/hf_models.json and data/benchmark_cache.json were byte-identical
copies of the files in llmfit-core/data/ (the ones actually embedded via
include_str!), adding ~11 MB of redundant git-tracked data that could
silently drift. Scrapers now write only the canonical llmfit-core/data/
path; scripts and docs updated to match.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 21:49:07 +01:00
Alex Jones
93e9d673cf
feat: overhaul model discovery with cursor pagination, trending, and additive DB (#537)
The HuggingFace model scraper was silently broken — the `offset` parameter
is ignored by the HF API, so pagination only ever fetched the first page.
This switches to cursor-based pagination via the Link header, adds multiple
sort strategies (downloads, trendingScore, likes30d), makes the database
additive so historical models are never lost, and allows quantization/repack
orgs (bartowski, unsloth, etc.) since users actually run those variants.

Key changes:
- Fix pagination: use HF API cursor-based pagination (Link header)
- Multi-strategy discovery: downloads + trendingScore + likes30d, merged
- Additive database: existing models retained, fresh data updates in place
- Allow repack orgs: only trl-internal-testing is blocked now
- Config.json fallback: estimate params when safetensors metadata missing
- Discovery enabled by default with 1000 model limit
- Add feature-extraction pipeline for embedding models
- Filter statistics printed every run for transparency

Result: 1520 models (up from 1023), including 364 retained historical.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-06 10:29:44 +01:00
Bùi Đức Hải
806923d095
Add Qwen3.5B Claude Opus 4.6 reasoning models, fix cursor navigate, add support for parallel models update and enriching with --threads, marquee effect for model name column (#275)
* chore: Add Qwen3.5 Claude Opus 4.6 reasoning models

* feat: Support parallel models update

* fix: Fix cursor navigate in tui

* feat: Support parallel models enriching

* feat: Support marquee animation for model name column auto if text too long

* chore: Ignore __pycache__

* chore: Remove hf_models backup

* chore: Remove duplicate Qwen3.5-9B-Claude-4.6-Opus-Reasoning-Distilled-GGUF in scrape hf models
2026-04-30 08:15:49 +01:00
Alex
dfb9afb743 feat: updated models
Signed-off-by: Alex <alexsimonjones@gmail.com>
2026-02-15 21:18:10 +00:00