unsloth/studio/frontend/src
Daniel Han 0b57884120
Add Qwen3.6 inference defaults for Studio (#5065)
* Add Qwen3.6 inference defaults for Studio

Add qwen3.6 family entry to inference_defaults.json with the
recommended sampling parameters from Qwen's documentation:
temperature=0.7, top_p=0.8, top_k=20, min_p=0.0,
presence_penalty=1.5, repetition_penalty=1.0.

Without this, Qwen3.6 models fall through to the generic qwen3
pattern which uses different defaults (temperature=0.6,
top_p=0.95, no presence_penalty).

* Add Qwen3.6-35B-A3B-GGUF to default model lists

* Add Qwen3.5/3.6 presence_penalty to thinking toggle and small-model disable logic

- Thinking toggle (on-load + button click) now sets presencePenalty: 1.5 for
  Qwen3.5 and Qwen3.6 models (both thinking-ON and thinking-OFF states)
- Small-model thinking-disable check (<9B defaults to no-thinking) extended
  from Qwen3.5-only to also cover Qwen3.6, in all 3 locations:
  frontend on-load, frontend refresh, backend llama_cpp.py
2026-04-16 11:42:42 -07:00
..
app Chat first onboarding (#5063) 2026-04-16 09:58:10 -07:00
assets Final cleanup 2026-03-12 18:28:04 +00:00
components Fix onboarding followups (#5064) 2026-04-16 10:11:35 -07:00
config UI Changes (#4782) 2026-04-02 08:05:55 -07:00
features Add Qwen3.6 inference defaults for Studio (#5065) 2026-04-16 11:42:42 -07:00
hooks feat(studio): replace navbar with collapsible sidebar (#4936) 2026-04-16 08:46:16 -07:00
lib Studio: Polish API key copy button and harden async clipboard fallback (#5006) 2026-04-14 14:22:14 +04:00
shared Update license headers 2026-03-12 17:23:10 +00:00
stores Update license headers 2026-03-12 17:23:10 +00:00
types Update license headers 2026-03-12 17:23:10 +00:00
utils Update license headers 2026-03-12 17:23:10 +00:00
index.css Chat first onboarding (#5063) 2026-04-16 09:58:10 -07:00
main.tsx chat only with gguf for mac devices (#4300) 2026-03-15 23:20:48 +04:00
speech-recognition.d.ts Update license headers 2026-03-12 17:23:10 +00:00