unsloth/studio/frontend/src/hooks
Roland Tannous a8b5b7ed58 Fix GGUF models missing from chat page model search
GGUF was in the global EXCLUDED_TAGS set which filtered it from all
consumers of useHfModelSearch, including the chat page. Move GGUF
exclusion to an opt-in excludeGguf option so only training and
onboarding pages filter out GGUF models.
2026-02-25 16:21:08 +04:00
..
index.ts Added VRAM fit indicator to recoomended models 2026-02-20 23:55:10 -08:00
use-debounced-value.ts feat: replace config summary with model export feature, including export methods, quantization options, and new UI components 2026-02-02 11:08:31 +01:00
use-gpu-info.ts feat: VRAM-based model filtering in frontend 2026-02-15 19:12:28 +00:00
use-gpu-utilization.ts feat: add live GPU monitor with nvidia-smi polling during training 2026-02-16 11:47:43 +00:00
use-hardware-info.ts feat(onboarding): replace hardcoded system info with live /api/system/hardware data 2026-02-16 12:26:49 +00:00
use-hf-dataset-search.ts cleanup 2026-02-04 13:28:39 +01:00
use-hf-dataset-splits.ts cfg->subset 2026-02-15 21:09:45 +01:00
use-hf-model-search.ts Fix GGUF models missing from chat page model search 2026-02-25 16:21:08 +04:00
use-hf-paginated-search.ts cleanup 2026-02-04 13:28:39 +01:00
use-hf-token-validation.ts added hf token validation 2026-02-19 21:05:27 -08:00
use-infinite-scroll.ts cleanup 2026-02-04 13:28:39 +01:00
use-mobile.ts cleanup 2026-02-04 13:28:39 +01:00
use-recommended-model-vram.ts Added VRAM fit indicator to recoomended models 2026-02-20 23:55:10 -08:00