unsloth/studio/backend/routes
Daniel Han c00a993a68
studio: fix stale GGUF metadata, update helper model, auth improvements (#4346)
* studio: switch helper model to Qwen3.5-4B-GGUF

Replace Qwen3-4B-Instruct-2507-GGUF with Qwen3.5-4B-GGUF as the
default helper model for LLM-assisted dataset detection. Same
UD-Q4_K_XL variant.

* studio: fix stale GGUF metadata when switching models (#4347)

Reset _supports_reasoning, _supports_tools, _context_length, and
_chat_template at the start of _read_gguf_metadata() to prevent
stale settings from a previous model leaking into the next load.

Co-authored-by: Daniel Han <daniel@unsloth.ai>

* studio: change login error to "Incorrect password", add reset-password CLI

- Login error now says "Incorrect password" instead of the generic
  "Incorrect username or password" since Studio only has one account.
- Add `unsloth studio reset-password` command that deletes the auth
  database so a fresh admin account with a new random password is
  created on the next server start.

* studio: include reset command in login error message

* studio: change password setup subtitle wording
2026-03-17 01:22:08 -07:00
..
data_recipe miscallenous studio (#4293) 2026-03-15 14:42:11 +04:00
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
__init__.py Update license headers 2026-03-12 17:23:10 +00:00
auth.py studio: fix stale GGUF metadata, update helper model, auth improvements (#4346) 2026-03-17 01:22:08 -07:00
datasets.py [Feature] studio: user can upload eval dataset (#4307) 2026-03-16 11:15:50 +04:00
export.py Final cleanup 2026-03-12 18:28:04 +00:00
inference.py studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
models.py studio: per-model inference defaults, GGUF slider fix, reasoning toggle (#4325) 2026-03-16 06:37:55 -07:00
training.py [Feature] studio: user can upload eval dataset (#4307) 2026-03-16 11:15:50 +04:00