unsloth/studio/backend/core
Roland Tannous 7fc563731a fix: use mp.Event for instant cross-process generation cancel
Replaces cmd_queue-based cancel polling with a shared mp.Event.
Fixes two issues:
- Loading a new model while generating no longer hangs (cancel is instant)
- Subprocess shuts down cleanly after explicit stop generation
2026-03-05 18:54:17 +00:00
..
data_recipe refactor(data-recipe): centralize json+stage constants, tighten parser/errors, sync seed ui 2026-02-26 14:06:53 +01:00
export Move llama.cpp clone/build from in-tree to ~/.unsloth/llama.cpp 2026-03-02 04:04:41 +00:00
inference fix: use mp.Event for instant cross-process generation cancel 2026-03-05 18:54:17 +00:00
training feat: subprocess-based training for transformers version switching 2026-03-05 15:40:32 +00:00
__init__.py fix: lazy imports in core/__init__ to prevent subprocess importing ML libs early 2026-03-05 16:56:45 +00:00