unsloth/studio/backend
Daniel Han 3de930ea0b 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.
2026-03-17 07:56:53 +00:00
..
assets studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
auth fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00
core studio: fix stale GGUF metadata when switching models, update default helper model 2026-03-17 07:46:21 +00:00
loggers Final cleanup 2026-03-12 18:28:04 +00:00
models studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
plugins Final cleanup 2026-03-12 18:28:04 +00:00
requirements studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
routes studio: change login error to "Incorrect password", add reset-password CLI 2026-03-17 07:56:53 +00:00
state Final cleanup 2026-03-12 18:28:04 +00:00
tests fix(seed): disable remote code execution in seed inspect dataset loads (#4275) 2026-03-13 19:37:43 +04:00
utils studio: fix stale GGUF metadata when switching models, update default helper model 2026-03-17 07:46:21 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
colab.py Fix/colab comment edits (#4317) 2026-03-16 16:15:46 -07:00
main.py studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
run.py fix: Ctrl+C not terminating backend on Linux (#4316) 2026-03-16 11:58:09 +04:00