SIGN IN SIGN UP
unslothai / unsloth UNCLAIMED

Unified web UI for training and running open models like Qwen, DeepSeek, gpt-oss and Gemma locally.

0 0 1 Python

fix: normalize search matching for recommended models and LoRA picker (#4615)

Recommended models matching the query were filtered from HF results but the Recommended section was hidden during search, causing them to vanish entirely.

- Show filtered recommended models during search by introducing `filteredRecommendedIds`
- Switch `recommendedSet` to use filtered IDs when searching so dedup against HF results is correct
- Hide empty "Hugging Face" label when recommended matches cover the query
- Add `normalizeForSearch` helper to strip separators (spaces, hyphens, underscores, dots) so queries like "llama 3" match "Llama-3.2-1B" and "qwen 2.5" matches "Qwen2.5-7B" in both the recommended model filter and the LoRA adapter filter
W
Wasim Yousef Said committed
07abcb46de55d6fdbc2f5308be5a2a9a74d32d26
Parent: 6b3eb50
Committed by GitHub <noreply@github.com> on 3/26/2026, 10:40:11 AM