unsloth/studio/backend/core
Daniel Han 87e5385b44 Fix MLA n_kv safety and use ceiling division for hybrid path
Addresses Gemini Code Assist review findings:

1. MLA path now uses n_kv_mla = n_kv_heads or 1 (not n_heads). This
   prevents a 128x overestimate for DeepSeek-V3 if head_count_kv is
   absent from the GGUF (n_heads=128 would have been used instead).

2. Hybrid path now uses ceiling division for attention layer count.
   This prevents undercounting by 1 when n_layers is not perfectly
   divisible by full_attention_interval.
2026-04-01 12:51:43 +00:00
..
data_recipe build(deps): bump oxc-parser (#4571) 2026-03-25 02:44:38 -07:00
export studio: add HF/local model selection UI for GGUF export (#4365) 2026-03-28 22:18:25 +04:00
inference Fix MLA n_kv safety and use ceiling division for hybrid path 2026-04-01 12:51:43 +00:00
training fix(studio): correct default weight_decay and learning rate (#4695) 2026-03-31 13:50:25 +04:00
__init__.py Combine studio setup fixes: frontend caching, venv isolation, Windows CPU support (#4413) 2026-03-18 03:52:25 -07:00