unsloth/studio/backend/core
Roland Tannous 5bd6fac80e fix: always spawn fresh subprocess per model load
Reusing a subprocess after unsloth patches torch internals causes
inspect.getsource() failures when loading a different model type.
Each load now gets a clean Python interpreter.
2026-03-05 19:15:37 +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: always spawn fresh subprocess per model load 2026-03-05 19:15:37 +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