unsloth/studio/backend/routes
Roland Tannous ad6739be7a fix: wait for training shutdown before export load, clear stop flag on reset
1. Export route: stop_training() only signals the subprocess — wait up to
   30s for it to actually exit before loading the export checkpoint, avoiding
   a GPU memory race.

2. Training reset: clear _should_stop so /api/train/status returns phase=idle
   instead of staying stuck on phase=stopped after a user-triggered stop.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 04:16:10 +00:00
..
data_recipe refactor(data-recipe): split recipe backend routes for readability (seed/validate/jobs) 2026-02-26 14:05:32 +01:00
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
__init__.py merge nightly 2026-02-15 14:52:07 +01:00
auth.py fix: rollback auth.db user row if token generation fails during setup 2026-02-13 10:11:07 +00:00
datasets.py feat: parallel URL image probe with time estimate and progress reporting 2026-03-04 23:40:38 +00:00
export.py fix: wait for training shutdown before export load, clear stop flag on reset 2026-03-07 04:16:10 +00:00
inference.py feat: add OpenAI-compatible /v1/chat/completions endpoint 2026-03-06 07:48:09 +00:00
models.py fix: remove in-process version switching from models routes 2026-03-05 16:22:32 +00:00
training.py fix: wait for training shutdown before export load, clear stop flag on reset 2026-03-07 04:16:10 +00:00